Update Develop with containers (and) CONTRIBUTING.MD#23987
Closed
Update Develop with containers (and) CONTRIBUTING.MD#23987
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
aevesdocker
reviewed
Jan 16, 2026
| ``` | ||
|
|
||
| 3. If you haven't done so yet, save the file. If you refresh your browser, you should see a new greeting. If you keep refreshing, you should see all of the messages appear. | ||
| 3. Save the file if you haven't done so yet, then run the following command again: |
Contributor
There was a problem hiding this comment.
With docker compose watch the idea is that you don't have to re-enter the command as it's purpose is to automatically update and preview your running Compose services as you edit and save your code. So this shouldn't be necessary.
SO! It looks like you've found a bug. I'll take this to the Compose team to figure out what's going on.
aevesdocker
reviewed
Jan 16, 2026
| $ docker buildx bake validate | ||
| ``` | ||
| ```console | ||
| $ docker buildx bake validate |
Contributor
There was a problem hiding this comment.
Looks like it still copies the '$', but it does that for all the commands on that page 🤔
Probs a github issue rather than us
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a two part PR for some simple edits. I found them while working through docs site ~foundations, and I have a task to file my first PR anyway. 😸
Includes:
### Change the greetingsection. Live step omits that you need to re-rundocker compose watchin addition to saving the file after you've updated the variable. I saw that this was also flagged in our feedback channel, too.$, which the others do not do. The only difference I saw that might create that buggy behavior is the indent. 🖖